Html Css Color HEX #07BCA1 Caribbean Green

📋 copy color: '#07BCA1'

red 7 ◦ green 188 ◦ blue 161

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

Shades of Caribbean Green #07BCA1

Tints of Caribbean Green #07BCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.22%

R = 1.97%
G = 52.81%
B = 45.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#07BCA1 (or 0x07BCA1) is known color: Caribbean Green. HEX triplet: 07, BC and A1. RGB value is (7,188,161). Sum of RGB (Red+Green+Blue) = 7+188+161=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #07BCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BCA1 is #F8435E. Grayscale: #828282. Windows color (decimal): -16270175 or 10599431. OLE color: 10599431.

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

Color convert

RGB 7 188 161 -
CMYK 0.96 0 0.14 0.26
HSL 171.05º 0.93% 0.38% -
HSV(B) 171.05º 0.96% 0.74% -
XYZ 24.5 38.58 39.87 -
YUV 130.8 145.03 39.7 -
System Red Green Blue C M Y K H S L
Decimal 7 188 161 0.96 0 0.14 0.26 171.05 0.93 0.38
Hex 7 BC A1 60 0 E 1A AB 5D 26
Octal 7 274 241 140 0 16 32 253 135 46
Binary 111 10111100 10100001 1100000 0 1110 11010 10101011 1011101 100110

Color Harmonies of #07BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCA1

Black with #07BCA1

Text Example


Text Example

White with #07BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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