Html Css Color HEX #0BCD89 Caribbean Green

📋 copy color: '#0BCD89'

red 11 ◦ green 205 ◦ blue 137

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

Shades of Caribbean Green #0BCD89

Tints of Caribbean Green #0BCD89

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.07%

 BLUE value IS 137 (53.91% from 255) = 38.81%

R = 3.12%
G = 58.07%
B = 38.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#0BCD89 (or 0x0BCD89) is known color: Caribbean Green. HEX triplet: 0B, CD and 89. RGB value is (11,205,137). Sum of RGB (Red+Green+Blue) = 11+205+137=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCD89 is #F43276. Grayscale: #8B8B8B. Windows color (decimal): -16003703 or 9030923. OLE color: 9030923.

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

Color convert

RGB 11 205 137 -
CMYK 0.95 0 0.33 0.20
HSL 158.97º 0.9% 0.42% -
HSV(B) 158.97º 0.95% 0.8% -
XYZ 26.48 45.54 31.06 -
YUV 139.24 126.73 36.53 -
System Red Green Blue C M Y K H S L
Decimal 11 205 137 0.95 0 0.33 0.20 158.97 0.9 0.42
Hex B CD 89 5F 0 21 14 9F 5A 2A
Octal 13 315 211 137 0 41 24 237 132 52
Binary 1011 11001101 10001001 1011111 0 100001 10100 10011111 1011010 101010

Color Harmonies of #0BCD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCD89

Black with #0BCD89

Text Example


Text Example

White with #0BCD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,205,137); }

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

background-color css

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

 a { background-color: rgb(11,205,137); }

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

border-color css

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

 span { border-color: rgb(11,205,137); }

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