Html Css Color HEX #07D9A1 Caribbean Green

📋 copy color: '#07D9A1'

red 7 ◦ green 217 ◦ blue 161

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

Shades of Caribbean Green #07D9A1

Tints of Caribbean Green #07D9A1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.36%

 BLUE value IS 161 (63.28% from 255) = 41.82%

R = 1.82%
G = 56.36%
B = 41.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#07D9A1 (or 0x07D9A1) is known color: Caribbean Green. HEX triplet: 07, D9 and A1. RGB value is (7,217,161). Sum of RGB (Red+Green+Blue) = 7+217+161=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #07D9A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D9A1 is #F8265E. Grayscale: #939393. Windows color (decimal): -16262751 or 10606855. OLE color: 10606855.

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

Color convert

RGB 7 217 161 -
CMYK 0.97 0 0.26 0.15
HSL 164º 0.94% 0.44% -
HSV(B) 164º 0.97% 0.85% -
XYZ 31.33 52.24 42.15 -
YUV 147.83 135.43 27.55 -
System Red Green Blue C M Y K H S L
Decimal 7 217 161 0.97 0 0.26 0.15 164 0.94 0.44
Hex 7 D9 A1 61 0 1A F A4 5E 2C
Octal 7 331 241 141 0 32 17 244 136 54
Binary 111 11011001 10100001 1100001 0 11010 1111 10100100 1011110 101100

Color Harmonies of #07D9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D9A1

Black with #07D9A1

Text Example


Text Example

White with #07D9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,217,161); }

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

background-color css

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

 a { background-color: rgb(7,217,161); }

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

border-color css

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

 span { border-color: rgb(7,217,161); }

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