Html Css Color HEX #00DA7A Caribbean Green

📋 copy color: '#00DA7A'

red 0 ◦ green 218 ◦ blue 122

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

Shades of Caribbean Green #00DA7A

Tints of Caribbean Green #00DA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 0%
G = 64.12%
B = 35.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#00DA7A (or 0x00DA7A) is known color: Caribbean Green. HEX triplet: 00, DA and 7A. RGB value is (0,218,122). Sum of RGB (Red+Green+Blue) = 0+218+122=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 218 (85.55% from 255 or 64.12% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DA7A is #FF2585. Grayscale: #8E8E8E. Windows color (decimal): -16721286 or 8051200. OLE color: 8051200.

HSL color Cylindrical-coordinate representation of color #00DA7A: hue angle of 153.58º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DA7A is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 218 122 -
CMYK 1 0 0.44 0.15
HSL 153.58º 1% 0.43% -
HSV(B) 153.58º 1% 0.85% -
XYZ 28.58 51.55 26.86 -
YUV 141.87 116.78 26.81 -
System Red Green Blue C M Y K H S L
Decimal 0 218 122 1 0 0.44 0.15 153.58 1 0.43
Hex 0 DA 7A 64 0 2C F 9A 64 2B
Octal 0 332 172 144 0 54 17 232 144 53
Binary 0 11011010 1111010 1100100 0 101100 1111 10011010 1100100 101011

Color Harmonies of #00DA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DA7A

Black with #00DA7A

Text Example


Text Example

White with #00DA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,218,122); }

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

background-color css

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

 a { background-color: rgb(0,218,122); }

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

border-color css

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

 span { border-color: rgb(0,218,122); }

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