Html Css Color HEX #07BC9F Caribbean Green

📋 copy color: '#07BC9F'

red 7 ◦ green 188 ◦ blue 159

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

Shades of Caribbean Green #07BC9F

Tints of Caribbean Green #07BC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.11%

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 1.98%
G = 53.11%
B = 44.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#07BC9F (or 0x07BC9F) is known color: Caribbean Green. HEX triplet: 07, BC and 9F. RGB value is (7,188,159). Sum of RGB (Red+Green+Blue) = 7+188+159=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BC9F is #F84360. Grayscale: #828282. Windows color (decimal): -16270177 or 10468359. OLE color: 10468359.

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

Color convert

RGB 7 188 159 -
CMYK 0.96 0 0.15 0.26
HSL 170.39º 0.93% 0.38% -
HSV(B) 170.39º 0.96% 0.74% -
XYZ 24.33 38.51 38.95 -
YUV 130.58 144.03 39.86 -
System Red Green Blue C M Y K H S L
Decimal 7 188 159 0.96 0 0.15 0.26 170.39 0.93 0.38
Hex 7 BC 9F 60 0 F 1A AA 5D 26
Octal 7 274 237 140 0 17 32 252 135 46
Binary 111 10111100 10011111 1100000 0 1111 11010 10101010 1011101 100110

Color Harmonies of #07BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC9F

Black with #07BC9F

Text Example


Text Example

White with #07BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,159); }

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

background-color css

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

 a { background-color: rgb(7,188,159); }

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

border-color css

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

 span { border-color: rgb(7,188,159); }

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