Html Css Color HEX #03BA95 Caribbean Green

📋 copy color: '#03BA95'

red 3 ◦ green 186 ◦ blue 149

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

Shades of Caribbean Green #03BA95

Tints of Caribbean Green #03BA95

RGB

 RED value IS 3 (1.56% from 255) = 0.89%

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 0.89%
G = 55.03%
B = 44.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#03BA95 (or 0x03BA95) is known color: Caribbean Green. HEX triplet: 03, BA and 95. RGB value is (3,186,149). Sum of RGB (Red+Green+Blue) = 3+186+149=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA95 is #FC456A. Grayscale: #7F7F7F. Windows color (decimal): -16532843 or 9812483. OLE color: 9812483.

HSL color Cylindrical-coordinate representation of color #03BA95: hue angle of 167.87º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA95 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 149 -
CMYK 0.98 0 0.20 0.27
HSL 167.87º 0.97% 0.37% -
HSV(B) 167.87º 0.98% 0.73% -
XYZ 23.02 37.31 34.42 -
YUV 127.07 140.37 39.51 -
System Red Green Blue C M Y K H S L
Decimal 3 186 149 0.98 0 0.20 0.27 167.87 0.97 0.37
Hex 3 BA 95 62 0 14 1B A8 61 25
Octal 3 272 225 142 0 24 33 250 141 45
Binary 11 10111010 10010101 1100010 0 10100 11011 10101000 1100001 100101

Color Harmonies of #03BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA95

Black with #03BA95

Text Example


Text Example

White with #03BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BA95; }

 p { color: rgb(3,186,149); }

 H1.HeaderClassName
 {
   color: #03BA95;
 }
 .AnyTagClassName
 {
   color: #03BA95;
 }
</style>

background-color css

<style>
 a { background-color: #03BA95; }

 a { background-color: rgb(3,186,149); }

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

border-color css

<style>
 span { border-color: #03BA95; }

 span { border-color: rgb(3,186,149); }

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