Html Css Color HEX #00DFAC Caribbean Green

📋 copy color: '#00DFAC'

red 0 ◦ green 223 ◦ blue 172

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

Shades of Caribbean Green #00DFAC

Tints of Caribbean Green #00DFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 0%
G = 56.46%
B = 43.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#00DFAC (or 0x00DFAC) is known color: Caribbean Green. HEX triplet: 00, DF and AC. RGB value is (0,223,172). Sum of RGB (Red+Green+Blue) = 0+223+172=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DFAC is #FF2053. Grayscale: #969696. Windows color (decimal): -16719956 or 11329280. OLE color: 11329280.

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

Color convert

RGB 0 223 172 -
CMYK 1 0 0.23 0.13
HSL 166.28º 1% 0.44% -
HSV(B) 166.28º 1% 0.87% -
XYZ 33.83 55.75 48.01 -
YUV 150.51 140.12 20.65 -
System Red Green Blue C M Y K H S L
Decimal 0 223 172 1 0 0.23 0.13 166.28 1 0.44
Hex 0 DF AC 64 0 17 D A6 64 2C
Octal 0 337 254 144 0 27 15 246 144 54
Binary 0 11011111 10101100 1100100 0 10111 1101 10100110 1100100 101100

Color Harmonies of #00DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFAC

Black with #00DFAC

Text Example


Text Example

White with #00DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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