Html Css Color HEX #07D18C Caribbean Green

📋 copy color: '#07D18C'

red 7 ◦ green 209 ◦ blue 140

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

Shades of Caribbean Green #07D18C

Tints of Caribbean Green #07D18C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.71%

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 1.97%
G = 58.71%
B = 39.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#07D18C (or 0x07D18C) is known color: Caribbean Green. HEX triplet: 07, D1 and 8C. RGB value is (7,209,140). Sum of RGB (Red+Green+Blue) = 7+209+140=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #07D18C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D18C is #F82E73. Grayscale: #8C8C8C. Windows color (decimal): -16264820 or 9228551. OLE color: 9228551.

HSL color Cylindrical-coordinate representation of color #07D18C: hue angle of 159.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D18C is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 7 209 140 -
CMYK 0.97 0 0.33 0.18
HSL 159.5º 0.94% 0.42% -
HSV(B) 159.5º 0.97% 0.82% -
XYZ 27.62 47.54 32.53 -
YUV 140.74 127.58 32.61 -
System Red Green Blue C M Y K H S L
Decimal 7 209 140 0.97 0 0.33 0.18 159.5 0.94 0.42
Hex 7 D1 8C 61 0 21 12 A0 5E 2A
Octal 7 321 214 141 0 41 22 240 136 52
Binary 111 11010001 10001100 1100001 0 100001 10010 10100000 1011110 101010

Color Harmonies of #07D18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D18C

Black with #07D18C

Text Example


Text Example

White with #07D18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,209,140); }

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

background-color css

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

 a { background-color: rgb(7,209,140); }

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

border-color css

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

 span { border-color: rgb(7,209,140); }

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