Html Css Color HEX #07DDA3 Caribbean Green

📋 copy color: '#07DDA3'

red 7 ◦ green 221 ◦ blue 163

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

Shades of Caribbean Green #07DDA3

Tints of Caribbean Green #07DDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.69%

R = 1.79%
G = 56.52%
B = 41.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#07DDA3 (or 0x07DDA3) is known color: Caribbean Green. HEX triplet: 07, DD and A3. RGB value is (7,221,163). Sum of RGB (Red+Green+Blue) = 7+221+163=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #07DDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DDA3 is #F8225C. Grayscale: #969696. Windows color (decimal): -16261725 or 10738951. OLE color: 10738951.

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

Color convert

RGB 7 221 163 -
CMYK 0.97 0 0.26 0.13
HSL 163.74º 0.94% 0.45% -
HSV(B) 163.74º 0.97% 0.87% -
XYZ 32.55 54.4 43.44 -
YUV 150.4 135.1 25.72 -
System Red Green Blue C M Y K H S L
Decimal 7 221 163 0.97 0 0.26 0.13 163.74 0.94 0.45
Hex 7 DD A3 61 0 1A D A4 5E 2D
Octal 7 335 243 141 0 32 15 244 136 55
Binary 111 11011101 10100011 1100001 0 11010 1101 10100100 1011110 101101

Color Harmonies of #07DDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DDA3

Black with #07DDA3

Text Example


Text Example

White with #07DDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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