Html Css Color HEX #00DFB0 Caribbean Green

📋 copy color: '#00DFB0'

red 0 ◦ green 223 ◦ blue 176

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

Shades of Caribbean Green #00DFB0

Tints of Caribbean Green #00DFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.89%

 BLUE value IS 176 (69.14% from 255) = 44.11%

R = 0%
G = 55.89%
B = 44.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#00DFB0 (or 0x00DFB0) is known color: Caribbean Green. HEX triplet: 00, DF and B0. RGB value is (0,223,176). Sum of RGB (Red+Green+Blue) = 0+223+176=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DFB0 is #FF204F. Grayscale: #969696. Windows color (decimal): -16719952 or 11591424. OLE color: 11591424.

HSL color Cylindrical-coordinate representation of color #00DFB0: hue angle of 167.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DFB0 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 223 176 -
CMYK 1 0 0.21 0.13
HSL 167.35º 1% 0.44% -
HSV(B) 167.35º 1% 0.87% -
XYZ 34.22 55.91 50.06 -
YUV 150.97 142.12 20.32 -
System Red Green Blue C M Y K H S L
Decimal 0 223 176 1 0 0.21 0.13 167.35 1 0.44
Hex 0 DF B0 64 0 15 D A7 64 2C
Octal 0 337 260 144 0 25 15 247 144 54
Binary 0 11011111 10110000 1100100 0 10101 1101 10100111 1100100 101100

Color Harmonies of #00DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFB0

Black with #00DFB0

Text Example


Text Example

White with #00DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,223,176); }

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

background-color css

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

 a { background-color: rgb(0,223,176); }

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

border-color css

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

 span { border-color: rgb(0,223,176); }

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