Html Css Color HEX #07DAB0 Caribbean Green

📋 copy color: '#07DAB0'

red 7 ◦ green 218 ◦ blue 176

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

Shades of Caribbean Green #07DAB0

Tints of Caribbean Green #07DAB0

RGB

 RED value IS 7 (3.13% from 255) = 1.75%

 GREEN value IS 218 (85.55% from 255) = 54.36%

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

R = 1.75%
G = 54.36%
B = 43.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#07DAB0 (or 0x07DAB0) is known color: Caribbean Green. HEX triplet: 07, DA and B0. RGB value is (7,218,176). Sum of RGB (Red+Green+Blue) = 7+218+176=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 218 (85.55% from 255 or 54.36% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 218 - color contains mainly: green. Hex color #07DAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DAB0 is #F8254F. Grayscale: #969696. Windows color (decimal): -16262480 or 11590151. OLE color: 11590151.

HSL color Cylindrical-coordinate representation of color #07DAB0: hue angle of 168.06º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DAB0 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 218 176 -
CMYK 0.97 0 0.19 0.15
HSL 168.06º 0.94% 0.44% -
HSV(B) 168.06º 0.97% 0.85% -
XYZ 33 53.32 49.63 -
YUV 150.12 142.6 25.92 -
System Red Green Blue C M Y K H S L
Decimal 7 218 176 0.97 0 0.19 0.15 168.06 0.94 0.44
Hex 7 DA B0 61 0 13 F A8 5E 2C
Octal 7 332 260 141 0 23 17 250 136 54
Binary 111 11011010 10110000 1100001 0 10011 1111 10101000 1011110 101100

Color Harmonies of #07DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DAB0

Black with #07DAB0

Text Example


Text Example

White with #07DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07DAB0; }

 p { color: rgb(7,218,176); }

 H1.HeaderClassName
 {
   color: #07DAB0;
 }
 .AnyTagClassName
 {
   color: #07DAB0;
 }
</style>

background-color css

<style>
 a { background-color: #07DAB0; }

 a { background-color: rgb(7,218,176); }

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

border-color css

<style>
 span { border-color: #07DAB0; }

 span { border-color: rgb(7,218,176); }

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