Html Css Color HEX #00DB90 Caribbean Green

📋 copy color: '#00DB90'

red 0 ◦ green 219 ◦ blue 144

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

Shades of Caribbean Green #00DB90

Tints of Caribbean Green #00DB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 0%
G = 60.33%
B = 39.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#00DB90 (or 0x00DB90) is known color: Caribbean Green. HEX triplet: 00, DB and 90. RGB value is (0,219,144). Sum of RGB (Red+Green+Blue) = 0+219+144=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 219 (85.94% from 255 or 60.33% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 219 - color contains mainly: green. Hex color #00DB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DB90 is #FF246F. Grayscale: #919191. Windows color (decimal): -16721008 or 9493248. OLE color: 9493248.

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

Color convert

RGB 0 219 144 -
CMYK 1 0 0.34 0.14
HSL 159.45º 1% 0.43% -
HSV(B) 159.45º 1% 0.86% -
XYZ 30.37 52.68 34.95 -
YUV 144.97 127.45 24.6 -
System Red Green Blue C M Y K H S L
Decimal 0 219 144 1 0 0.34 0.14 159.45 1 0.43
Hex 0 DB 90 64 0 22 E 9F 64 2B
Octal 0 333 220 144 0 42 16 237 144 53
Binary 0 11011011 10010000 1100100 0 100010 1110 10011111 1100100 101011

Color Harmonies of #00DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DB90

Black with #00DB90

Text Example


Text Example

White with #00DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,219,144); }

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

background-color css

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

 a { background-color: rgb(0,219,144); }

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

border-color css

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

 span { border-color: rgb(0,219,144); }

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