Html Css Color HEX #07BA90 Caribbean Green

📋 copy color: '#07BA90'

red 7 ◦ green 186 ◦ blue 144

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

Shades of Caribbean Green #07BA90

Tints of Caribbean Green #07BA90

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.19%

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 2.08%
G = 55.19%
B = 42.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#07BA90 (or 0x07BA90) is known color: Caribbean Green. HEX triplet: 07, BA and 90. RGB value is (7,186,144). Sum of RGB (Red+Green+Blue) = 7+186+144=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BA90 is #F8456F. Grayscale: #7F7F7F. Windows color (decimal): -16270704 or 9484807. OLE color: 9484807.

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

Color convert

RGB 7 186 144 -
CMYK 0.96 0 0.23 0.27
HSL 165.92º 0.93% 0.38% -
HSV(B) 165.92º 0.96% 0.73% -
XYZ 22.68 37.18 32.37 -
YUV 127.69 137.2 41.92 -
System Red Green Blue C M Y K H S L
Decimal 7 186 144 0.96 0 0.23 0.27 165.92 0.93 0.38
Hex 7 BA 90 60 0 17 1B A6 5D 26
Octal 7 272 220 140 0 27 33 246 135 46
Binary 111 10111010 10010000 1100000 0 10111 11011 10100110 1011101 100110

Color Harmonies of #07BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA90

Black with #07BA90

Text Example


Text Example

White with #07BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,186,144); }

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

background-color css

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

 a { background-color: rgb(7,186,144); }

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

border-color css

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

 span { border-color: rgb(7,186,144); }

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