Html Css Color HEX #07C1AD Caribbean Green

📋 copy color: '#07C1AD'

red 7 ◦ green 193 ◦ blue 173

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

Shades of Caribbean Green #07C1AD

Tints of Caribbean Green #07C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.74%

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

R = 1.88%
G = 51.74%
B = 46.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#07C1AD (or 0x07C1AD) is known color: Caribbean Green. HEX triplet: 07, C1 and AD. RGB value is (7,193,173). Sum of RGB (Red+Green+Blue) = 7+193+173=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #07C1AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C1AD is #F83E52. Grayscale: #878787. Windows color (decimal): -16268883 or 11387143. OLE color: 11387143.

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

Color convert

RGB 7 193 173 -
CMYK 0.96 0 0.10 0.24
HSL 173.55º 0.93% 0.39% -
HSV(B) 173.55º 0.96% 0.76% -
XYZ 26.7 41.2 46.08 -
YUV 135.11 149.38 36.63 -
System Red Green Blue C M Y K H S L
Decimal 7 193 173 0.96 0 0.10 0.24 173.55 0.93 0.39
Hex 7 C1 AD 60 0 A 18 AE 5D 27
Octal 7 301 255 140 0 12 30 256 135 47
Binary 111 11000001 10101101 1100000 0 1010 11000 10101110 1011101 100111

Color Harmonies of #07C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C1AD

Black with #07C1AD

Text Example


Text Example

White with #07C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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