Html Css Color HEX #07C48A Caribbean Green

📋 copy color: '#07C48A'

red 7 ◦ green 196 ◦ blue 138

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

Shades of Caribbean Green #07C48A

Tints of Caribbean Green #07C48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 2.05%
G = 57.48%
B = 40.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#07C48A (or 0x07C48A) is known color: Caribbean Green. HEX triplet: 07, C4 and 8A. RGB value is (7,196,138). Sum of RGB (Red+Green+Blue) = 7+196+138=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 196 (76.95% from 255 or 57.48% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 196 - color contains mainly: green. Hex color #07C48A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C48A is #F83B75. Grayscale: #848484. Windows color (decimal): -16268150 or 9094151. OLE color: 9094151.

HSL color Cylindrical-coordinate representation of color #07C48A: hue angle of 161.59º 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 #07C48A is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 7 196 138 -
CMYK 0.96 0 0.30 0.23
HSL 161.59º 0.93% 0.4% -
HSV(B) 161.59º 0.96% 0.77% -
XYZ 24.42 41.36 30.74 -
YUV 132.88 130.88 38.22 -
System Red Green Blue C M Y K H S L
Decimal 7 196 138 0.96 0 0.30 0.23 161.59 0.93 0.4
Hex 7 C4 8A 60 0 1E 17 A2 5D 28
Octal 7 304 212 140 0 36 27 242 135 50
Binary 111 11000100 10001010 1100000 0 11110 10111 10100010 1011101 101000

Color Harmonies of #07C48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C48A

Black with #07C48A

Text Example


Text Example

White with #07C48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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