Html Css Color HEX #00D2A5 Caribbean Green

📋 copy color: '#00D2A5'

red 0 ◦ green 210 ◦ blue 165

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

Shades of Caribbean Green #00D2A5

Tints of Caribbean Green #00D2A5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56%

 BLUE value IS 165 (64.84% from 255) = 44%

R = 0%
G = 56%
B = 44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#00D2A5 (or 0x00D2A5) is known color: Caribbean Green. HEX triplet: 00, D2 and A5. RGB value is (0,210,165). Sum of RGB (Red+Green+Blue) = 0+210+165=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #00D2A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D2A5 is #FF2D5A. Grayscale: #8E8E8E. Windows color (decimal): -16723291 or 10867200. OLE color: 10867200.

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

Color convert

RGB 0 210 165 -
CMYK 1 0 0.21 0.18
HSL 167.14º 1% 0.41% -
HSV(B) 167.14º 1% 0.82% -
XYZ 29.84 48.81 43.45 -
YUV 142.08 140.93 26.66 -
System Red Green Blue C M Y K H S L
Decimal 0 210 165 1 0 0.21 0.18 167.14 1 0.41
Hex 0 D2 A5 64 0 15 12 A7 64 29
Octal 0 322 245 144 0 25 22 247 144 51
Binary 0 11010010 10100101 1100100 0 10101 10010 10100111 1100100 101001

Color Harmonies of #00D2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D2A5

Black with #00D2A5

Text Example


Text Example

White with #00D2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,210,165); }

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

background-color css

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

 a { background-color: rgb(0,210,165); }

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

border-color css

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

 span { border-color: rgb(0,210,165); }

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