Html Css Color HEX #07BCA2 Caribbean Green

📋 copy color: '#07BCA2'

red 7 ◦ green 188 ◦ blue 162

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

Shades of Caribbean Green #07BCA2

Tints of Caribbean Green #07BCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.38%

R = 1.96%
G = 52.66%
B = 45.38%

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

#07BCA2 (or 0x07BCA2) is known color: Caribbean Green. HEX triplet: 07, BC and A2. RGB value is (7,188,162). Sum of RGB (Red+Green+Blue) = 7+188+162=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #07BCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BCA2 is #F8435D. Grayscale: #828282. Windows color (decimal): -16270174 or 10664967. OLE color: 10664967.

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

Color convert

RGB 7 188 162 -
CMYK 0.96 0 0.14 0.26
HSL 171.38º 0.93% 0.38% -
HSV(B) 171.38º 0.96% 0.74% -
XYZ 24.59 38.62 40.34 -
YUV 130.92 145.53 39.61 -
System Red Green Blue C M Y K H S L
Decimal 7 188 162 0.96 0 0.14 0.26 171.38 0.93 0.38
Hex 7 BC A2 60 0 E 1A AB 5D 26
Octal 7 274 242 140 0 16 32 253 135 46
Binary 111 10111100 10100010 1100000 0 1110 11010 10101011 1011101 100110

Color Harmonies of #07BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCA2

Black with #07BCA2

Text Example


Text Example

White with #07BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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