Html Css Color HEX #0BCAAE Caribbean Green

📋 copy color: '#0BCAAE'

red 11 ◦ green 202 ◦ blue 174

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

Shades of Caribbean Green #0BCAAE

Tints of Caribbean Green #0BCAAE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.2%

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 2.84%
G = 52.2%
B = 44.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#0BCAAE (or 0x0BCAAE) is known color: Caribbean Green. HEX triplet: 0B, CA and AE. RGB value is (11,202,174). Sum of RGB (Red+Green+Blue) = 11+202+174=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCAAE is #F43551. Grayscale: #8D8D8D. Windows color (decimal): -16004434 or 11454987. OLE color: 11454987.

HSL color Cylindrical-coordinate representation of color #0BCAAE: hue angle of 171.2º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCAAE is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 202 174 -
CMYK 0.95 0 0.14 0.21
HSL 171.2º 0.9% 0.42% -
HSV(B) 171.2º 0.95% 0.79% -
XYZ 28.9 45.37 47.28 -
YUV 141.7 146.22 34.78 -
System Red Green Blue C M Y K H S L
Decimal 11 202 174 0.95 0 0.14 0.21 171.2 0.9 0.42
Hex B CA AE 5F 0 E 15 AB 5A 2A
Octal 13 312 256 137 0 16 25 253 132 52
Binary 1011 11001010 10101110 1011111 0 1110 10101 10101011 1011010 101010

Color Harmonies of #0BCAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCAAE

Black with #0BCAAE

Text Example


Text Example

White with #0BCAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,202,174); }

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

background-color css

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

 a { background-color: rgb(11,202,174); }

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

border-color css

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

 span { border-color: rgb(11,202,174); }

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