Html Css Color HEX #00CD94 Caribbean Green

📋 copy color: '#00CD94'

red 0 ◦ green 205 ◦ blue 148

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

Shades of Caribbean Green #00CD94

Tints of Caribbean Green #00CD94

RGB

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

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

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

R = 0%
G = 58.07%
B = 41.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#00CD94 (or 0x00CD94) is known color: Caribbean Green. HEX triplet: 00, CD and 94. RGB value is (0,205,148). Sum of RGB (Red+Green+Blue) = 0+205+148=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #00CD94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CD94 is #FF326B. Grayscale: #898989. Windows color (decimal): -16724588 or 9751808. OLE color: 9751808.

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

Color convert

RGB 0 205 148 -
CMYK 1 0 0.28 0.20
HSL 163.32º 1% 0.4% -
HSV(B) 163.32º 1% 0.8% -
XYZ 27.18 45.8 35.43 -
YUV 137.21 134.08 30.13 -
System Red Green Blue C M Y K H S L
Decimal 0 205 148 1 0 0.28 0.20 163.32 1 0.4
Hex 0 CD 94 64 0 1C 14 A3 64 28
Octal 0 315 224 144 0 34 24 243 144 50
Binary 0 11001101 10010100 1100100 0 11100 10100 10100011 1100100 101000

Color Harmonies of #00CD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CD94

Black with #00CD94

Text Example


Text Example

White with #00CD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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