Html Css Color HEX #03B995 Caribbean Green

📋 copy color: '#03B995'

red 3 ◦ green 185 ◦ blue 149

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

Shades of Caribbean Green #03B995

Tints of Caribbean Green #03B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.9%

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

R = 0.89%
G = 54.9%
B = 44.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#03B995 (or 0x03B995) is known color: Caribbean Green. HEX triplet: 03, B9 and 95. RGB value is (3,185,149). Sum of RGB (Red+Green+Blue) = 3+185+149=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #03B995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B995 is #FC466A. Grayscale: #7E7E7E. Windows color (decimal): -16533099 or 9812227. OLE color: 9812227.

HSL color Cylindrical-coordinate representation of color #03B995: hue angle of 168.13º 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 #03B995 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 185 149 -
CMYK 0.98 0 0.19 0.27
HSL 168.13º 0.97% 0.37% -
HSV(B) 168.13º 0.98% 0.73% -
XYZ 22.81 36.89 34.35 -
YUV 126.48 140.7 39.93 -
System Red Green Blue C M Y K H S L
Decimal 3 185 149 0.98 0 0.19 0.27 168.13 0.97 0.37
Hex 3 B9 95 62 0 13 1B A8 61 25
Octal 3 271 225 142 0 23 33 250 141 45
Binary 11 10111001 10010101 1100010 0 10011 11011 10101000 1100001 100101

Color Harmonies of #03B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B995

Black with #03B995

Text Example


Text Example

White with #03B995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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