Html Css Color HEX #00CDA1 Caribbean Green

📋 copy color: '#00CDA1'

red 0 ◦ green 205 ◦ blue 161

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

Shades of Caribbean Green #00CDA1

Tints of Caribbean Green #00CDA1

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 161 (63.28% from 255) = 43.99%

R = 0%
G = 56.01%
B = 43.99%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#00CDA1 (or 0x00CDA1) is known color: Caribbean Green. HEX triplet: 00, CD and A1. RGB value is (0,205,161). Sum of RGB (Red+Green+Blue) = 0+205+161=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #00CDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CDA1 is #FF325E. Grayscale: #8A8A8A. Windows color (decimal): -16724575 or 10603776. OLE color: 10603776.

HSL color Cylindrical-coordinate representation of color #00CDA1: hue angle of 167.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDA1 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 205 161 -
CMYK 1 0 0.21 0.20
HSL 167.12º 1% 0.4% -
HSV(B) 167.12º 1% 0.8% -
XYZ 28.26 46.24 41.15 -
YUV 138.69 140.58 29.08 -
System Red Green Blue C M Y K H S L
Decimal 0 205 161 1 0 0.21 0.20 167.12 1 0.4
Hex 0 CD A1 64 0 15 14 A7 64 28
Octal 0 315 241 144 0 25 24 247 144 50
Binary 0 11001101 10100001 1100100 0 10101 10100 10100111 1100100 101000

Color Harmonies of #00CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDA1

Black with #00CDA1

Text Example


Text Example

White with #00CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CDA1; }

 p { color: rgb(0,205,161); }

 H1.HeaderClassName
 {
   color: #00CDA1;
 }
 .AnyTagClassName
 {
   color: #00CDA1;
 }
</style>

background-color css

<style>
 a { background-color: #00CDA1; }

 a { background-color: rgb(0,205,161); }

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

border-color css

<style>
 span { border-color: #00CDA1; }

 span { border-color: rgb(0,205,161); }

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