Html Css Color HEX #0BC89A Caribbean Green

📋 copy color: '#0BC89A'

red 11 ◦ green 200 ◦ blue 154

#0BC89A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0BC89A

Tints of Caribbean Green #0BC89A

RGB

 RED value IS 11 (4.69% from 255) = 3.01%

 GREEN value IS 200 (78.52% from 255) = 54.79%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 3.01%
G = 54.79%
B = 42.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0BC89A (or 0x0BC89A) is known color: Caribbean Green. HEX triplet: 0B, C8 and 9A. RGB value is (11,200,154). Sum of RGB (Red+Green+Blue) = 11+200+154=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC89A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC89A is #F43765. Grayscale: #8A8A8A. Windows color (decimal): -16004966 or 10143755. OLE color: 10143755.

HSL color Cylindrical-coordinate representation of color #0BC89A: hue angle of 165.4º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC89A is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 200 154 -
CMYK 0.94 0 0.23 0.22
HSL 165.4º 0.9% 0.41% -
HSV(B) 165.4º 0.95% 0.78% -
XYZ 26.63 43.71 37.61 -
YUV 138.25 136.88 37.24 -
System Red Green Blue C M Y K H S L
Decimal 11 200 154 0.94 0 0.23 0.22 165.4 0.9 0.41
Hex B C8 9A 5E 0 17 16 A5 5A 29
Octal 13 310 232 136 0 27 26 245 132 51
Binary 1011 11001000 10011010 1011110 0 10111 10110 10100101 1011010 101001

Color Harmonies of #0BC89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC89A

Black with #0BC89A

Text Example


Text Example

White with #0BC89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BC89A; }

 p { color: rgb(11,200,154); }

 H1.HeaderClassName
 {
   color: #0BC89A;
 }
 .AnyTagClassName
 {
   color: #0BC89A;
 }
</style>

background-color css

<style>
 a { background-color: #0BC89A; }

 a { background-color: rgb(11,200,154); }

 div.DivClassName
 {
   background-color: #0BC89A;
 }
 .BgClassName
 {
   background-color: #0BC89A;
 }
</style>

border-color css

<style>
 span { border-color: #0BC89A; }

 span { border-color: rgb(11,200,154); }

 td.TdClassName
 {
   border-color: #0BC89A;
 }
 .TagClassName
 {
   border-color: #0BC89A;
 }
</style>