Html Css Color HEX #0CDB89 Caribbean Green

📋 copy color: '#0CDB89'

red 12 ◦ green 219 ◦ blue 137

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

Shades of Caribbean Green #0CDB89

Tints of Caribbean Green #0CDB89

RGB

 RED value IS 12 (5.08% from 255) = 3.26%

 GREEN value IS 219 (85.94% from 255) = 59.51%

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

R = 3.26%
G = 59.51%
B = 37.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#0CDB89 (or 0x0CDB89) is known color: Caribbean Green. HEX triplet: 0C, DB and 89. RGB value is (12,219,137). Sum of RGB (Red+Green+Blue) = 12+219+137=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDB89 is #F32476. Grayscale: #939393. Windows color (decimal): -15934583 or 9034508. OLE color: 9034508.

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

Color convert

RGB 12 219 137 -
CMYK 0.95 0 0.37 0.14
HSL 156.23º 0.9% 0.45% -
HSV(B) 156.23º 0.95% 0.86% -
XYZ 30 52.55 32.23 -
YUV 147.76 121.92 31.17 -
System Red Green Blue C M Y K H S L
Decimal 12 219 137 0.95 0 0.37 0.14 156.23 0.9 0.45
Hex C DB 89 5F 0 25 E 9C 5A 2D
Octal 14 333 211 137 0 45 16 234 132 55
Binary 1100 11011011 10001001 1011111 0 100101 1110 10011100 1011010 101101

Color Harmonies of #0CDB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB89

Black with #0CDB89

Text Example


Text Example

White with #0CDB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,219,137); }

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

background-color css

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

 a { background-color: rgb(12,219,137); }

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

border-color css

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

 span { border-color: rgb(12,219,137); }

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