Html Css Color HEX #0BCFA9 Caribbean Green

📋 copy color: '#0BCFA9'

red 11 ◦ green 207 ◦ blue 169

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

Shades of Caribbean Green #0BCFA9

Tints of Caribbean Green #0BCFA9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.49%

 BLUE value IS 169 (66.41% from 255) = 43.67%

R = 2.84%
G = 53.49%
B = 43.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#0BCFA9 (or 0x0BCFA9) is known color: Caribbean Green. HEX triplet: 0B, CF and A9. RGB value is (11,207,169). Sum of RGB (Red+Green+Blue) = 11+207+169=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCFA9 is #F43056. Grayscale: #909090. Windows color (decimal): -16003159 or 11128587. OLE color: 11128587.

HSL color Cylindrical-coordinate representation of color #0BCFA9: hue angle of 168.37º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFA9 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 207 169 -
CMYK 0.95 0 0.18 0.19
HSL 168.37º 0.9% 0.43% -
HSV(B) 168.37º 0.95% 0.81% -
XYZ 29.61 47.56 45.16 -
YUV 144.06 142.07 33.09 -
System Red Green Blue C M Y K H S L
Decimal 11 207 169 0.95 0 0.18 0.19 168.37 0.9 0.43
Hex B CF A9 5F 0 12 13 A8 5A 2B
Octal 13 317 251 137 0 22 23 250 132 53
Binary 1011 11001111 10101001 1011111 0 10010 10011 10101000 1011010 101011

Color Harmonies of #0BCFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFA9

Black with #0BCFA9

Text Example


Text Example

White with #0BCFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,207,169); }

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

background-color css

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

 a { background-color: rgb(11,207,169); }

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

border-color css

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

 span { border-color: rgb(11,207,169); }

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