Html Css Color HEX #07BC9A Caribbean Green

📋 copy color: '#07BC9A'

red 7 ◦ green 188 ◦ blue 154

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

Shades of Caribbean Green #07BC9A

Tints of Caribbean Green #07BC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.13%

R = 2.01%
G = 53.87%
B = 44.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#07BC9A (or 0x07BC9A) is known color: Caribbean Green. HEX triplet: 07, BC and 9A. RGB value is (7,188,154). Sum of RGB (Red+Green+Blue) = 7+188+154=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BC9A is #F84365. Grayscale: #818181. Windows color (decimal): -16270182 or 10140679. OLE color: 10140679.

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

Color convert

RGB 7 188 154 -
CMYK 0.96 0 0.18 0.26
HSL 168.73º 0.93% 0.38% -
HSV(B) 168.73º 0.96% 0.74% -
XYZ 23.9 38.34 36.71 -
YUV 130.01 141.53 40.26 -
System Red Green Blue C M Y K H S L
Decimal 7 188 154 0.96 0 0.18 0.26 168.73 0.93 0.38
Hex 7 BC 9A 60 0 12 1A A9 5D 26
Octal 7 274 232 140 0 22 32 251 135 46
Binary 111 10111100 10011010 1100000 0 10010 11010 10101001 1011101 100110

Color Harmonies of #07BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC9A

Black with #07BC9A

Text Example


Text Example

White with #07BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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