Html Css Color HEX #0CDB9B Caribbean Green

📋 copy color: '#0CDB9B'

red 12 ◦ green 219 ◦ blue 155

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

Shades of Caribbean Green #0CDB9B

Tints of Caribbean Green #0CDB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 3.11%
G = 56.74%
B = 40.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#0CDB9B (or 0x0CDB9B) is known color: Caribbean Green. HEX triplet: 0C, DB and 9B. RGB value is (12,219,155). Sum of RGB (Red+Green+Blue) = 12+219+155=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDB9B is #F32464. Grayscale: #959595. Windows color (decimal): -15934565 or 10214156. OLE color: 10214156.

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

Color convert

RGB 12 219 155 -
CMYK 0.95 0 0.29 0.14
HSL 161.45º 0.9% 0.45% -
HSV(B) 161.45º 0.95% 0.86% -
XYZ 31.4 53.11 39.61 -
YUV 149.81 130.92 29.7 -
System Red Green Blue C M Y K H S L
Decimal 12 219 155 0.95 0 0.29 0.14 161.45 0.9 0.45
Hex C DB 9B 5F 0 1D E A1 5A 2D
Octal 14 333 233 137 0 35 16 241 132 55
Binary 1100 11011011 10011011 1011111 0 11101 1110 10100001 1011010 101101

Color Harmonies of #0CDB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB9B

Black with #0CDB9B

Text Example


Text Example

White with #0CDB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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