Html Css Color HEX #07C0AD Caribbean Green

📋 copy color: '#07C0AD'

red 7 ◦ green 192 ◦ blue 173

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

Shades of Caribbean Green #07C0AD

Tints of Caribbean Green #07C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.61%

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 1.88%
G = 51.61%
B = 46.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#07C0AD (or 0x07C0AD) is known color: Caribbean Green. HEX triplet: 07, C0 and AD. RGB value is (7,192,173). Sum of RGB (Red+Green+Blue) = 7+192+173=372 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #07C0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C0AD is #F83F52. Grayscale: #868686. Windows color (decimal): -16269139 or 11386887. OLE color: 11386887.

HSL color Cylindrical-coordinate representation of color #07C0AD: hue angle of 173.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C0AD is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 192 173 -
CMYK 0.96 0 0.10 0.25
HSL 173.84º 0.93% 0.39% -
HSV(B) 173.84º 0.96% 0.75% -
XYZ 26.48 40.76 46.01 -
YUV 134.52 149.71 37.04 -
System Red Green Blue C M Y K H S L
Decimal 7 192 173 0.96 0 0.10 0.25 173.84 0.93 0.39
Hex 7 C0 AD 60 0 A 19 AE 5D 27
Octal 7 300 255 140 0 12 31 256 135 47
Binary 111 11000000 10101101 1100000 0 1010 11001 10101110 1011101 100111

Color Harmonies of #07C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C0AD

Black with #07C0AD

Text Example


Text Example

White with #07C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,192,173); }

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

background-color css

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

 a { background-color: rgb(7,192,173); }

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

border-color css

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

 span { border-color: rgb(7,192,173); }

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