Html Css Color HEX #07DDA6 Caribbean Green

📋 copy color: '#07DDA6'

red 7 ◦ green 221 ◦ blue 166

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

Shades of Caribbean Green #07DDA6

Tints of Caribbean Green #07DDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.09%

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 1.78%
G = 56.09%
B = 42.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#07DDA6 (or 0x07DDA6) is known color: Caribbean Green. HEX triplet: 07, DD and A6. RGB value is (7,221,166). Sum of RGB (Red+Green+Blue) = 7+221+166=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #07DDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DDA6 is #F82259. Grayscale: #969696. Windows color (decimal): -16261722 or 10935559. OLE color: 10935559.

HSL color Cylindrical-coordinate representation of color #07DDA6: hue angle of 164.58º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DDA6 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 221 166 -
CMYK 0.97 0 0.25 0.13
HSL 164.58º 0.94% 0.45% -
HSV(B) 164.58º 0.97% 0.87% -
XYZ 32.83 54.51 44.87 -
YUV 150.74 136.6 25.47 -
System Red Green Blue C M Y K H S L
Decimal 7 221 166 0.97 0 0.25 0.13 164.58 0.94 0.45
Hex 7 DD A6 61 0 19 D A5 5E 2D
Octal 7 335 246 141 0 31 15 245 136 55
Binary 111 11011101 10100110 1100001 0 11001 1101 10100101 1011110 101101

Color Harmonies of #07DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DDA6

Black with #07DDA6

Text Example


Text Example

White with #07DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,221,166); }

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

background-color css

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

 a { background-color: rgb(7,221,166); }

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

border-color css

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

 span { border-color: rgb(7,221,166); }

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