Html Css Color HEX #07C486 Caribbean Green

📋 copy color: '#07C486'

red 7 ◦ green 196 ◦ blue 134

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

Shades of Caribbean Green #07C486

Tints of Caribbean Green #07C486

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.16%

 BLUE value IS 134 (52.73% from 255) = 39.76%

R = 2.08%
G = 58.16%
B = 39.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#07C486 (or 0x07C486) is known color: Caribbean Green. HEX triplet: 07, C4 and 86. RGB value is (7,196,134). Sum of RGB (Red+Green+Blue) = 7+196+134=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #07C486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C486 is #F83B79. Grayscale: #848484. Windows color (decimal): -16268154 or 8832007. OLE color: 8832007.

HSL color Cylindrical-coordinate representation of color #07C486: hue angle of 160.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C486 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 7 196 134 -
CMYK 0.96 0 0.32 0.23
HSL 160.32º 0.93% 0.4% -
HSV(B) 160.32º 0.96% 0.77% -
XYZ 24.13 41.25 29.24 -
YUV 132.42 128.88 38.54 -
System Red Green Blue C M Y K H S L
Decimal 7 196 134 0.96 0 0.32 0.23 160.32 0.93 0.4
Hex 7 C4 86 60 0 20 17 A0 5D 28
Octal 7 304 206 140 0 40 27 240 135 50
Binary 111 11000100 10000110 1100000 0 100000 10111 10100000 1011101 101000

Color Harmonies of #07C486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C486

Black with #07C486

Text Example


Text Example

White with #07C486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,196,134); }

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

background-color css

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

 a { background-color: rgb(7,196,134); }

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

border-color css

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

 span { border-color: rgb(7,196,134); }

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