Html Css Color HEX #0BCEAE Caribbean Green

📋 copy color: '#0BCEAE'

red 11 ◦ green 206 ◦ blue 174

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

Shades of Caribbean Green #0BCEAE

Tints of Caribbean Green #0BCEAE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.69%

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

R = 2.81%
G = 52.69%
B = 44.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#0BCEAE (or 0x0BCEAE) is known color: Caribbean Green. HEX triplet: 0B, CE and AE. RGB value is (11,206,174). Sum of RGB (Red+Green+Blue) = 11+206+174=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCEAE is #F43151. Grayscale: #8F8F8F. Windows color (decimal): -16003410 or 11456011. OLE color: 11456011.

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

Color convert

RGB 11 206 174 -
CMYK 0.95 0 0.16 0.19
HSL 170.15º 0.9% 0.43% -
HSV(B) 170.15º 0.95% 0.81% -
XYZ 29.85 47.27 47.6 -
YUV 144.05 144.9 33.1 -
System Red Green Blue C M Y K H S L
Decimal 11 206 174 0.95 0 0.16 0.19 170.15 0.9 0.43
Hex B CE AE 5F 0 10 13 AA 5A 2B
Octal 13 316 256 137 0 20 23 252 132 53
Binary 1011 11001110 10101110 1011111 0 10000 10011 10101010 1011010 101011

Color Harmonies of #0BCEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEAE

Black with #0BCEAE

Text Example


Text Example

White with #0BCEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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