Html Css Color HEX #00D98C Caribbean Green

📋 copy color: '#00D98C'

red 0 ◦ green 217 ◦ blue 140

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

Shades of Caribbean Green #00D98C

Tints of Caribbean Green #00D98C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.78%

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 0%
G = 60.78%
B = 39.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#00D98C (or 0x00D98C) is known color: Caribbean Green. HEX triplet: 00, D9 and 8C. RGB value is (0,217,140). Sum of RGB (Red+Green+Blue) = 0+217+140=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 217 (85.16% from 255 or 60.78% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 217 - color contains mainly: green. Hex color #00D98C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D98C is #FF2673. Grayscale: #8F8F8F. Windows color (decimal): -16721524 or 9230592. OLE color: 9230592.

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

Color convert

RGB 0 217 140 -
CMYK 1 0 0.35 0.15
HSL 158.71º 1% 0.43% -
HSV(B) 158.71º 1% 0.85% -
XYZ 29.55 51.52 33.2 -
YUV 143.34 126.11 25.76 -
System Red Green Blue C M Y K H S L
Decimal 0 217 140 1 0 0.35 0.15 158.71 1 0.43
Hex 0 D9 8C 64 0 23 F 9F 64 2B
Octal 0 331 214 144 0 43 17 237 144 53
Binary 0 11011001 10001100 1100100 0 100011 1111 10011111 1100100 101011

Color Harmonies of #00D98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D98C

Black with #00D98C

Text Example


Text Example

White with #00D98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,217,140); }

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

background-color css

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

 a { background-color: rgb(0,217,140); }

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

border-color css

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

 span { border-color: rgb(0,217,140); }

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