Html Css Color HEX #07B992 Caribbean Green

📋 copy color: '#07B992'

red 7 ◦ green 185 ◦ blue 146

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

Shades of Caribbean Green #07B992

Tints of Caribbean Green #07B992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.73%

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 2.07%
G = 54.73%
B = 43.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#07B992 (or 0x07B992) is known color: Caribbean Green. HEX triplet: 07, B9 and 92. RGB value is (7,185,146). Sum of RGB (Red+Green+Blue) = 7+185+146=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #07B992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B992 is #F8466D. Grayscale: #7F7F7F. Windows color (decimal): -16270958 or 9615623. OLE color: 9615623.

HSL color Cylindrical-coordinate representation of color #07B992: hue angle of 166.85º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B992 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 185 146 -
CMYK 0.96 0 0.21 0.27
HSL 166.85º 0.93% 0.38% -
HSV(B) 166.85º 0.96% 0.73% -
XYZ 22.62 36.82 33.11 -
YUV 127.33 138.53 42.17 -
System Red Green Blue C M Y K H S L
Decimal 7 185 146 0.96 0 0.21 0.27 166.85 0.93 0.38
Hex 7 B9 92 60 0 15 1B A7 5D 26
Octal 7 271 222 140 0 25 33 247 135 46
Binary 111 10111001 10010010 1100000 0 10101 11011 10100111 1011101 100110

Color Harmonies of #07B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B992

Black with #07B992

Text Example


Text Example

White with #07B992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,185,146); }

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

background-color css

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

 a { background-color: rgb(7,185,146); }

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

border-color css

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

 span { border-color: rgb(7,185,146); }

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