Html Css Color HEX #00DC94 Caribbean Green

📋 copy color: '#00DC94'

red 0 ◦ green 220 ◦ blue 148

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

Shades of Caribbean Green #00DC94

Tints of Caribbean Green #00DC94

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.78%

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 0%
G = 59.78%
B = 40.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#00DC94 (or 0x00DC94) is known color: Caribbean Green. HEX triplet: 00, DC and 94. RGB value is (0,220,148). Sum of RGB (Red+Green+Blue) = 0+220+148=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #00DC94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DC94 is #FF236B. Grayscale: #929292. Windows color (decimal): -16720748 or 9755648. OLE color: 9755648.

HSL color Cylindrical-coordinate representation of color #00DC94: hue angle of 160.36º 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 #00DC94 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 220 148 -
CMYK 1 0 0.33 0.14
HSL 160.36º 1% 0.43% -
HSV(B) 160.36º 1% 0.86% -
XYZ 30.94 53.32 36.68 -
YUV 146.01 129.11 23.85 -
System Red Green Blue C M Y K H S L
Decimal 0 220 148 1 0 0.33 0.14 160.36 1 0.43
Hex 0 DC 94 64 0 21 E A0 64 2B
Octal 0 334 224 144 0 41 16 240 144 53
Binary 0 11011100 10010100 1100100 0 100001 1110 10100000 1100100 101011

Color Harmonies of #00DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DC94

Black with #00DC94

Text Example


Text Example

White with #00DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,220,148); }

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

background-color css

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

 a { background-color: rgb(0,220,148); }

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

border-color css

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

 span { border-color: rgb(0,220,148); }

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