Html Css Color HEX #0BCF9F Caribbean Green

📋 copy color: '#0BCF9F'

red 11 ◦ green 207 ◦ blue 159

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

Shades of Caribbean Green #0BCF9F

Tints of Caribbean Green #0BCF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 2.92%
G = 54.91%
B = 42.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#0BCF9F (or 0x0BCF9F) is known color: Caribbean Green. HEX triplet: 0B, CF and 9F. RGB value is (11,207,159). Sum of RGB (Red+Green+Blue) = 11+207+159=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCF9F is #F43060. Grayscale: #8E8E8E. Windows color (decimal): -16003169 or 10473227. OLE color: 10473227.

HSL color Cylindrical-coordinate representation of color #0BCF9F: hue angle of 165.31º 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 #0BCF9F is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 207 159 -
CMYK 0.95 0 0.23 0.19
HSL 165.31º 0.9% 0.43% -
HSV(B) 165.31º 0.95% 0.81% -
XYZ 28.71 47.2 40.4 -
YUV 142.92 137.07 33.9 -
System Red Green Blue C M Y K H S L
Decimal 11 207 159 0.95 0 0.23 0.19 165.31 0.9 0.43
Hex B CF 9F 5F 0 17 13 A5 5A 2B
Octal 13 317 237 137 0 27 23 245 132 53
Binary 1011 11001111 10011111 1011111 0 10111 10011 10100101 1011010 101011

Color Harmonies of #0BCF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCF9F

Black with #0BCF9F

Text Example


Text Example

White with #0BCF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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