Html Css Color HEX #0CDAAB Caribbean Green

📋 copy color: '#0CDAAB'

red 12 ◦ green 218 ◦ blue 171

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

Shades of Caribbean Green #0CDAAB

Tints of Caribbean Green #0CDAAB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.36%

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 2.99%
G = 54.36%
B = 42.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#0CDAAB (or 0x0CDAAB) is known color: Caribbean Green. HEX triplet: 0C, DA and AB. RGB value is (12,218,171). Sum of RGB (Red+Green+Blue) = 12+218+171=401 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 401); Green value is 218 (85.55% from 255 or 54.36% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDAAB is #F32554. Grayscale: #979797. Windows color (decimal): -15934805 or 11262476. OLE color: 11262476.

HSL color Cylindrical-coordinate representation of color #0CDAAB: hue angle of 166.31º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CDAAB is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 218 171 -
CMYK 0.94 0 0.22 0.15
HSL 166.31º 0.9% 0.45% -
HSV(B) 166.31º 0.94% 0.85% -
XYZ 32.57 53.16 47.07 -
YUV 151.05 139.25 28.82 -
System Red Green Blue C M Y K H S L
Decimal 12 218 171 0.94 0 0.22 0.15 166.31 0.9 0.45
Hex C DA AB 5E 0 16 F A6 5A 2D
Octal 14 332 253 136 0 26 17 246 132 55
Binary 1100 11011010 10101011 1011110 0 10110 1111 10100110 1011010 101101

Color Harmonies of #0CDAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDAAB

Black with #0CDAAB

Text Example


Text Example

White with #0CDAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,218,171); }

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

background-color css

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

 a { background-color: rgb(12,218,171); }

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

border-color css

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

 span { border-color: rgb(12,218,171); }

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