Html Css Color HEX #03BA8D Caribbean Green

📋 copy color: '#03BA8D'

red 3 ◦ green 186 ◦ blue 141

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

Shades of Caribbean Green #03BA8D

Tints of Caribbean Green #03BA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 0.91%
G = 56.36%
B = 42.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#03BA8D (or 0x03BA8D) is known color: Caribbean Green. HEX triplet: 03, BA and 8D. RGB value is (3,186,141). Sum of RGB (Red+Green+Blue) = 3+186+141=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA8D is #FC4572. Grayscale: #7E7E7E. Windows color (decimal): -16532851 or 9288195. OLE color: 9288195.

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

Color convert

RGB 3 186 141 -
CMYK 0.98 0 0.24 0.27
HSL 165.25º 0.97% 0.37% -
HSV(B) 165.25º 0.98% 0.73% -
XYZ 22.4 37.06 31.17 -
YUV 126.15 136.37 40.16 -
System Red Green Blue C M Y K H S L
Decimal 3 186 141 0.98 0 0.24 0.27 165.25 0.97 0.37
Hex 3 BA 8D 62 0 18 1B A5 61 25
Octal 3 272 215 142 0 30 33 245 141 45
Binary 11 10111010 10001101 1100010 0 11000 11011 10100101 1100001 100101

Color Harmonies of #03BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA8D

Black with #03BA8D

Text Example


Text Example

White with #03BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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