Html Css Color HEX #00D28C Caribbean Green

📋 copy color: '#00D28C'

red 0 ◦ green 210 ◦ blue 140

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

Shades of Caribbean Green #00D28C

Tints of Caribbean Green #00D28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60%

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

R = 0%
G = 60%
B = 40%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#00D28C (or 0x00D28C) is known color: Caribbean Green. HEX triplet: 00, D2 and 8C. RGB value is (0,210,140). Sum of RGB (Red+Green+Blue) = 0+210+140=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #00D28C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D28C is #FF2D73. Grayscale: #8B8B8B. Windows color (decimal): -16723316 or 9228800. OLE color: 9228800.

HSL color Cylindrical-coordinate representation of color #00D28C: hue angle of 160º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D28C is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 210 140 -
CMYK 1 0 0.33 0.18
HSL 160º 1% 0.41% -
HSV(B) 160º 1% 0.82% -
XYZ 27.78 47.99 32.61 -
YUV 139.23 128.43 28.69 -
System Red Green Blue C M Y K H S L
Decimal 0 210 140 1 0 0.33 0.18 160 1 0.41
Hex 0 D2 8C 64 0 21 12 A0 64 29
Octal 0 322 214 144 0 41 22 240 144 51
Binary 0 11010010 10001100 1100100 0 100001 10010 10100000 1100100 101001

Color Harmonies of #00D28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D28C

Black with #00D28C

Text Example


Text Example

White with #00D28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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