Html Css Color HEX #07BCA0 Caribbean Green

📋 copy color: '#07BCA0'

red 7 ◦ green 188 ◦ blue 160

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

Shades of Caribbean Green #07BCA0

Tints of Caribbean Green #07BCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 1.97%
G = 52.96%
B = 45.07%

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

#07BCA0 (or 0x07BCA0) is known color: Caribbean Green. HEX triplet: 07, BC and A0. RGB value is (7,188,160). Sum of RGB (Red+Green+Blue) = 7+188+160=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #07BCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BCA0 is #F8435F. Grayscale: #828282. Windows color (decimal): -16270176 or 10533895. OLE color: 10533895.

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

Color convert

RGB 7 188 160 -
CMYK 0.96 0 0.15 0.26
HSL 170.72º 0.93% 0.38% -
HSV(B) 170.72º 0.96% 0.74% -
XYZ 24.42 38.55 39.41 -
YUV 130.69 144.53 39.78 -
System Red Green Blue C M Y K H S L
Decimal 7 188 160 0.96 0 0.15 0.26 170.72 0.93 0.38
Hex 7 BC A0 60 0 F 1A AB 5D 26
Octal 7 274 240 140 0 17 32 253 135 46
Binary 111 10111100 10100000 1100000 0 1111 11010 10101011 1011101 100110

Color Harmonies of #07BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCA0

Black with #07BCA0

Text Example


Text Example

White with #07BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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