Html Css Color HEX #07DDA2 Caribbean Green

📋 copy color: '#07DDA2'

red 7 ◦ green 221 ◦ blue 162

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

Shades of Caribbean Green #07DDA2

Tints of Caribbean Green #07DDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.54%

R = 1.79%
G = 56.67%
B = 41.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#07DDA2 (or 0x07DDA2) is known color: Caribbean Green. HEX triplet: 07, DD and A2. RGB value is (7,221,162). Sum of RGB (Red+Green+Blue) = 7+221+162=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #07DDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DDA2 is #F8225D. Grayscale: #969696. Windows color (decimal): -16261726 or 10673415. OLE color: 10673415.

HSL color Cylindrical-coordinate representation of color #07DDA2: hue angle of 163.46º 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 #07DDA2 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 221 162 -
CMYK 0.97 0 0.27 0.13
HSL 163.46º 0.94% 0.45% -
HSV(B) 163.46º 0.97% 0.87% -
XYZ 32.47 54.37 42.97 -
YUV 150.29 134.6 25.8 -
System Red Green Blue C M Y K H S L
Decimal 7 221 162 0.97 0 0.27 0.13 163.46 0.94 0.45
Hex 7 DD A2 61 0 1B D A3 5E 2D
Octal 7 335 242 141 0 33 15 243 136 55
Binary 111 11011101 10100010 1100001 0 11011 1101 10100011 1011110 101101

Color Harmonies of #07DDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DDA2

Black with #07DDA2

Text Example


Text Example

White with #07DDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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