Html Css Color HEX #38BBC7 Viking

📋 copy color: '#38BBC7'

red 56 ◦ green 187 ◦ blue 199

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

Shades of Viking #38BBC7

Tints of Viking #38BBC7

RGB

 RED value IS 56 (22.27% from 255) = 12.67%

 GREEN value IS 187 (73.44% from 255) = 42.31%

 BLUE value IS 199 (78.13% from 255) = 45.02%

R = 12.67%
G = 42.31%
B = 45.02%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#38BBC7 (or 0x38BBC7) is known color: Viking. HEX triplet: 38, BB and C7. RGB value is (56,187,199). Sum of RGB (Red+Green+Blue) = 56+187+199=442 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.67% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 199 - color contains mainly: blue. Hex color #38BBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBC7 is #C74438. Grayscale: #959595. Windows color (decimal): -13059129 or 13089592. OLE color: 13089592.

HSL color Cylindrical-coordinate representation of color #38BBC7: hue angle of 185.03º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38BBC7 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 187 199 -
CMYK 0.72 0.06 0 0.22
HSL 185.04º 0.56% 0.5% -
HSV(B) 185.04º 0.72% 0.78% -
XYZ 29.71 40.5 60.29 -
YUV 149.2 156.1 61.52 -
System Red Green Blue C M Y K H S L
Decimal 56 187 199 0.72 0.06 0 0.22 185.04 0.56 0.5
Hex 38 BB C7 48 6 0 16 B9 38 32
Octal 70 273 307 110 6 0 26 271 70 62
Binary 111000 10111011 11000111 1001000 110 0 10110 10111001 111000 110010

Color Harmonies of #38BBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BBC7

Black with #38BBC7

Text Example


Text Example

White with #38BBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38BBC7; }

 p { color: rgb(56,187,199); }

 H1.HeaderClassName
 {
   color: #38BBC7;
 }
 .AnyTagClassName
 {
   color: #38BBC7;
 }
</style>

background-color css

<style>
 a { background-color: #38BBC7; }

 a { background-color: rgb(56,187,199); }

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

border-color css

<style>
 span { border-color: #38BBC7; }

 span { border-color: rgb(56,187,199); }

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